home *** CD-ROM | disk | FTP | other *** search
- Path: snail.stack.urc.tue.nl!jaco
- From: jaco@stack.urc.tue.nl (Jaco Schoonen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Screen operations
- Date: 7 Jan 1996 01:38:37 GMT
- Organization: MCGV Stack, Eindhoven University of Technology, the Netherlands.
- Message-ID: <4cn86t$ice@tuegate.tue.nl>
- References: <4ck0ac$4rn@azure.acsu.buffalo.edu>
- NNTP-Posting-Host: snail.stack.urc.tue.nl
- X-Newsreader: TIN [version 1.2 PL2]
-
- Justin E Cobb (jecobb@cs.buffalo.edu) wrote:
-
- : Ok, this'll make me sound kinda inexperienced, but hee goes.
-
- That's OK, we all have been like that :)
-
- : I do not want to use intuition at all, all I need to do really is open screens
- : and draw to them, and I have no idea where to start in this dept. as I used
- : AMOS for years prior to switching to C++ for portability..
-
- You'll have to use intuition if you don't want to access the hardware
- directly.
- Use OpenScreen from the intuition library. Then you'll get a screen on which
- you could draw. If you want to get any messages from intuition
- (mousebuttons, keys pressed etc.) open a window which is the full size of
- the screen, borderless if you don't want people to se those borders...
-
-
- Hope this helps!
-
- --
- Jaco Schoonen
- (jaco@stack.urc.tue.nl)
-